home *** CD-ROM | disk | FTP | other *** search
/ Adelphia Powerlink / adelphia-powerlink.iso / drivers / Linksys BEFCMU10 ver2 / BEFCMU10.INF < prev    next >
Encoding:
Windows Setup INFormation  |  2001-12-13  |  5.7 KB  |  192 lines

  1. ; INF file for LINKSYS USB-NDIS Cable Modem Miniport Driver for Windows 98 & Windows 2000
  2. ;
  3.  
  4. [Version]
  5. ;LayoutFile=layout.inf
  6. Signature="$Chicago$"
  7. Compatible=1
  8. Class=Net
  9. ClassGUID={4d36e972-e325-11ce-bfc1-08002be10318}
  10. Provider=%V_LINKSYS%
  11. CatalogFile = BEFCMU10.cat                            ;; for WHQL certified
  12. DriverVer=12/13/2001,1.09.0.0
  13.  
  14. [Manufacturer]
  15. %V_LINKSYS%=LINKSYS
  16.  
  17. [ControlFlags]
  18. ExcludeFromSelect = USB\VID_069A&PID_0902
  19.  
  20. [LINKSYS]
  21. %BEFCMU10.DeviceDesc%=BEFCMU10.ndi, USB\VID_069A&PID_0902
  22.  
  23. ;*******************************************************************************
  24. ; Win98 main sections
  25.  
  26. [BEFCMU10.ndi]
  27. AddReg          = BEFCMU10.ndi.reg, BEFCMU10.Params,USBCM_Uninstall.reg
  28. CopyFiles       = BEFCMU10.Copyfiles,USBCM.Uninstall
  29. ;DeviceID        = "USB\VID_069A&PID_0902"
  30. ;MaxInstance     = 1
  31.  
  32.  
  33. ;*******************************************************************************
  34. ; NT main sections
  35.  
  36. [BEFCMU10.ndi.NT]
  37. AddReg=BEFCMU10.NT.reg, BEFCMU10.Params,USBCM_Uninstall.reg
  38. CopyFiles       = BEFCMU10.NT.CopyFiles,USBCM.Uninstall
  39. Characteristics = 0x84
  40. BusType         = 15
  41.  
  42. [BEFCMU10.ndi.NT.Services]
  43. AddService      = BEFCMU10, 2, BEFCMU10.Service, BEFCMU10.EventLog
  44.  
  45. ;*******************************************************************************
  46. ; Windows 98 section
  47. ;*******************************************************************************
  48.  
  49. [BEFCMU10.ndi.reg]
  50. HKR, Ndi, DeviceId, 0,"USB\VID_069A&PID_0902"
  51. HKR,,DevLoader,0,"*ndis"
  52. HKR,,DeviceVxDs,0,"BEFCMU10.sys"
  53. HKR,,EnumPropPages,0,"netdi.dll,EnumPropPages"
  54.  
  55. HKR,,AdapterName,,BEFCMU10
  56. HKR,Ndi,CardType,,"PNP"
  57.  
  58. ; NDIS info
  59. HKR,NDIS,LogDriverName,0,"BEFCMU10"
  60. HKR,NDIS,MajorNdisVersion,1,05
  61. HKR,NDIS,MinorNdisVersion,1,00
  62.  
  63. ; Interfaces
  64. HKR,Ndi\Interfaces,DefUpper,0,"ndis3"
  65. HKR,Ndi\Interfaces,DefLower,0,"ethernet"
  66. HKR,Ndi\Interfaces,UpperRange,0,"ndis3"
  67. HKR,Ndi\Interfaces,LowerRange,0,"ethernet"
  68.  
  69. ; Install sections
  70. ;HKR,Ndi\Install,ndis3,,"cme.install"
  71. HKR,Ndi,HelpText,,"USB Cable Modem Adapter"
  72.  
  73.  
  74. ;*******************************************************************************
  75. ; Driver parameters
  76. ;*******************************************************************************
  77.  
  78. [BEFCMU10.Params]
  79.  
  80. HKR, Ndi\params\NumRxBuffers,ParamDesc,0, "NumRxBuffers"
  81. HKR, Ndi\params\NumRxBuffers,default,  0, "32"
  82. HKR, Ndi\params\NumRxBuffers,min,      0, "1"
  83. HKR, Ndi\params\NumRxBuffers,max,      0, "00001024"
  84. HKR, Ndi\params\NumRxBuffers,step,     0, "1"
  85. HKR, Ndi\params\NumRxBuffers,Base,     0, "10"
  86. HKR, Ndi\params\NumRxBuffers,type,     0, "int"
  87.  
  88. HKR, Ndi\params\NumTxBuffers,ParamDesc,0, "NumTxBuffers"
  89. HKR, Ndi\params\NumTxBuffers,default,  0, "32"
  90. HKR, Ndi\params\NumTxBuffers,min,      0, "1"
  91. HKR, Ndi\params\NumTxBuffers,max,      0, "00001024"
  92. HKR, Ndi\params\NumTxBuffers,step,     0, "1"
  93. HKR, Ndi\params\NumTxBuffers,Base,     0, "10"
  94. HKR, Ndi\params\NumTxBuffers,type,     0, "int"
  95.  
  96. ;*******************************************************************************
  97. ; Install section for OSR2 and Windows 98
  98. ;*******************************************************************************
  99.  
  100. ;[cme.install]
  101. ;CopyFiles = BEFCMU10.CopyFiles
  102.  
  103. [BEFCMU10.CopyFiles]
  104. BEFCMU10.sys,,,2
  105.  
  106. [USBCM.Uninstall]
  107. UNBEFCM.EXE
  108.  
  109.  
  110. ;*******************************************************************************
  111. ; Install section for Windows NT 5
  112. ;*******************************************************************************
  113.  
  114. ;-------------------------------------------------------------------------------
  115. ; LINKSYS NDIS-USB Cable Modem Service and Driver
  116. ;
  117. [BEFCMU10.NT.reg]
  118. HKR, Ndi,               Service,    0, "BEFCMU10"
  119. HKR, Ndi\Interfaces,    UpperRange, 0, "ndis5"
  120. HKR, Ndi\Interfaces,    LowerRange, 0, "ethernet"
  121.  
  122. [BEFCMU10.Service]
  123. DisplayName     = %BEFCMU10.DeviceDesc%
  124. ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
  125. StartType       = 3 ;%SERVICE_DEMAND_START%
  126. ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
  127. ServiceBinary   = %12%\BEFCMU10.sys
  128. LoadOrderGroup  = NDIS
  129. AddReg          = TextModeFlags.reg
  130.  
  131. [BEFCMU10.EventLog]
  132. AddReg = BEFCMU10.AddEventLog.reg
  133.  
  134. [BEFCMU10.AddEventLog.reg]
  135. HKR,, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  136. HKR,, TypesSupported,   0x00010001, 7
  137.  
  138.  
  139. [TextModeFlags.reg]
  140. HKR, , TextModeFlags, 0x00010001, 0x0001
  141.  
  142.  
  143. [BEFCMU10.NT.CopyFiles]
  144. BEFCMU10.sys,,,2
  145.  
  146.  
  147. ;-------------------------------------------------
  148. ; USB Cable Modem Uninstall for windows 9x(ME)/2000
  149. ;-------------------------------------------------
  150. [USBCM_Uninstall.reg]
  151. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\%CM_String%",DisplayName,,"%CM_Uninstall%"
  152. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\%CM_String%",UninstallString,,"UNBEFCM.EXE"
  153.  
  154. ;*******************************************************************************
  155. ; Destination directories
  156. ;*******************************************************************************
  157. [DestinationDirs]
  158. USBCM.Uninstall= 10
  159. BEFCMU10.CopyFiles = 11
  160. BEFCMU10.NT.CopyFiles = 12
  161. DefaultDestDir  = 11 ; LDID_SYS
  162.  
  163. [SourceDisksNames]
  164. ; Cabinet file names and associated disks
  165. ; <cab#> = <disk#>,<cabinet filename>, ID (Unused, must be 0)
  166. ;50="Driver Diskette",, 0
  167. 1=%DisketteName%,,,
  168.  
  169. [SourceDisksFiles]
  170. ;<file> = <cabinet number>,<subdir>,<filename>,<size>
  171. ;Note: File is not in a cabinet if cab# is 0
  172. BEFCMU10.sys = 1
  173. BEFCMU10.inf = 1
  174. UNBEFCM.EXE = 1
  175.  
  176.  
  177. ; Local Strings
  178. ; Provideer
  179. [strings]
  180. V_LINKSYS="Linksys"
  181.  
  182. ;;source Disk name 
  183. DisketteName= "USB Cable Modem Adapter Driver Diskette"
  184.  
  185. ; Devices
  186. BEFCMU10.DeviceDesc="Linksys BEFCMU10 EtherFast Cable Modem with USB"
  187.  
  188. ;;Uninstall 
  189. CM_String="BEFCMU10 Uninstall"
  190. CM_Uninstall="Linksys BEFCMU10 EtherFast Cable Modem with USB"
  191.  
  192.